-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency updates and changes for Python 3.11 #175
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #175 +/- ##
===========================================
+ Coverage 95.32% 95.35% +0.02%
===========================================
Files 10 10
Lines 813 818 +5
===========================================
+ Hits 775 780 +5
Misses 38 38 ☔ View full report in Codecov by Sentry. |
Ah! I understand why the test is objecting. Yeah, that isn't the tidiest strategy... though I'm not sure I'd say the test is "spurious", exactly, just inelegant 😄. I'll see if I can think of a better way to check the same thing. |
This is a first cut at changes needed to run this system on a Debian bookworm machine -- that is, with Python 3.11. I'll find the changelogs/release notes for the packages in question. One test,
test-routes.test_cybersource_callback_post_purchase_request
, is failing withmock.mock.InvalidSpecError: Cannot autospec attr 'act_on_cs_decision' as the patch target has already been mocked out.
, asin
mock
5.0.0 and later -- see https://mock.readthedocs.io/en/latest/changelog.html